'Declaration Function CanReplaceRange( _ ByVal startingIndex As Integer, _ ByVal items As IEnumerable(Of T) _ ) As Boolean
bool CanReplaceRange( int startingIndex, IEnumerable<T> items )
Parameters
- startingIndex
- The starting index of the item that would be replaced.
- items
- The items to be replaced.